home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / inverse.dxr / 00062.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  484 b   |  20 lines

  1. on mouseUp
  2.   set the visible of sprite 5 to 0
  3.   set the visible of sprite 6 to 0
  4.   set the visible of sprite 7 to 0
  5.   set the visible of sprite 8 to 0
  6.   set the visible of sprite 25 to 0
  7.   set the visible of sprite 26 to 0
  8.   sPlay("End0")
  9.   set the visible of sprite 5 to 1
  10.   set the visible of sprite 6 to 1
  11.   set the visible of sprite 7 to 1
  12.   set the visible of sprite 8 to 1
  13.   set the visible of sprite 25 to 1
  14.   set the visible of sprite 26 to 1
  15. end
  16.  
  17. on mouseDown
  18.   button()
  19. end
  20.